Skip to content

Commit

Permalink
Bump the version. (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
  • Loading branch information
Yury-Fridlyand committed Sep 6, 2022
1 parent abe7614 commit 7c8a709
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/auto-label.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": {
"Infra": [".ci/**/*", ".github/**/*","build/**/*"],
"v1.0.0": "**/*"
"v1.1.0": "**/*"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Release Candidate

on: [pull_request,push]
env:
VERSION: 1.0.0
VERSION: 1.1.0
jobs:
create-release-artifacts:
name: Create Release Artifacts
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- Default Version numbers -->
<PropertyGroup>
<CurrentVersion>1.0.0</CurrentVersion>
<CurrentAssemblyVersion>1.0.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.0.0</CurrentAssemblyFileVersion>
<CurrentVersion>1.1.0</CurrentVersion>
<CurrentAssemblyVersion>1.1.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.1.0</CurrentAssemblyFileVersion>
<!-- Version and Informational reflect actual version -->
<Version>$(CurrentVersion)</Version>
<InformationalVersion>$(CurrentVersion)</InformationalVersion>
Expand Down Expand Up @@ -49,4 +49,4 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0-preview.2"/>
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rollForward": "latestFeature",
"allowPrerelease": false
},
"version": "1.0.0",
"doc_current": "1.0",
"version": "1.1.0",
"doc_current": "1.1",
"doc_branch": "1.x"
}

0 comments on commit 7c8a709

Please sign in to comment.