Skip to content

Commit

Permalink
Update version to 0.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin committed Jul 14, 2024
1 parent 22160f2 commit 681c2c4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/ftkver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5-dev
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftk",
"version": "0.4.0",
"version": "0.5.0-dev",
"description": "Starter kits, scripts, and advanced solutions to accelerate your FinOps journey in the Microsoft Cloud.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/optimization-engine/ftkver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5-dev
2 changes: 1 addition & 1 deletion src/powershell/Private/Get-VersionNumber.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
function Get-VersionNumber
{
param()
return '0.4'
return '0.5-dev'
}
2 changes: 1 addition & 1 deletion src/templates/finops-hub/modules/ftkver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5-dev
2 changes: 1 addition & 1 deletion src/workbooks/.scaffold/ftkver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5-dev

0 comments on commit 681c2c4

Please sign in to comment.