Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperweber committed Feb 13, 2023
1 parent 58be77c commit 75bb3ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Enterspeed.Cli.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{7C6DC0AF-9D52-4612-ADBB-1587538AAD16}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
releaseNotes\1.0.0.md = releaseNotes\1.0.0.md
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
Expand All @@ -17,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "releaseNotes", "releaseNote
ProjectSection(SolutionItems) = preProject
releaseNotes\1.0.0.md = releaseNotes\1.0.0.md
releaseNotes\1.1.0.md = releaseNotes\1.1.0.md
releaseNotes\1.1.1.md = releaseNotes\1.1.1.md
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variables:
vmPool: 'windows-latest'
majorVersion: 1
minorVersion: 1
patchVersion: 0
patchVersion: 1
version: $[format('{0}.{1}.{2}', variables.majorVersion, variables.minorVersion, variables.patchVersion)]
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
# Versioning: 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions releaseNotes/1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Fixed
- Fixed `es-cli environment-client create` and `es-cli environment-client update` command

0 comments on commit 75bb3ba

Please sign in to comment.