Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-mrzyglod committed Dec 19, 2022
1 parent 319bc03 commit e1a95c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build & Push Docker image
on: [workflow_dispatch]

env:
TAG: 1.0.0-beta6
TAG: 1.0.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion arm-estimator/arm-estimator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<Version>1.0.0-beta6</Version>
<Version>1.0.0</Version>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down

0 comments on commit e1a95c0

Please sign in to comment.