Skip to content

Commit

Permalink
Updated repo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Aug 14, 2024
1 parent b1139a8 commit a04ba90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulp/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const constants = {

// Store the default project specifications
const specs = {
version: '2.16.0',
version: '2.17.0',
name: 'OutSystems DataGrid',
description: '',
url: 'Website:\n • ' + constants.websiteUrl,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-datagrid",
"version": "2.16.0",
"version": "2.17.0",
"description": "OutSystems Data Grid for Reactive Web",
"author": "UI Components Team",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/OSFramework/DataGrid/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.DataGrid.Constants {
/* OutSystems Data Grid Version */
export const OSDataGridVersion = '2.16.0';
export const OSDataGridVersion = '2.17.0';
/* OutSystems null values */
export const OSNullDate = '1900-01-01';
export const OSNullDateTime = '1900-01-01T00:00:00';
Expand Down

0 comments on commit a04ba90

Please sign in to comment.