Skip to content

Commit

Permalink
(Post)Bump version: 0.3.208.0 -> 0.3.209.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jun 3, 2020
1 parent 2e9ddfa commit a5aee27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: snap
path: gwallet_0.3.208.0_amd64.snap
path: gwallet_0.3.209.0_amd64.snap

ubuntu-snap-upload:
needs: ubuntu-snap-build
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ newmono1804_build:
artifacts:
paths:
- bin/*.zip
expire_in: 50years
expire_in: 50days
script:
- ./scripts/install_mono_from_microsoft_deb_packages.sh

Expand Down Expand Up @@ -135,7 +135,7 @@ newmono_build:
artifacts:
paths:
- bin/*.zip
expire_in: 50years
expire_in: 50days
script:
- ./scripts/install_mono_from_microsoft_deb_packages.sh

Expand Down Expand Up @@ -192,4 +192,4 @@ newmono_test_integration:
# artifacts:
# paths:
# - gwallet*.snap
# expire_in: 50years
# expire_in: 50days
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gwallet
base: core18 # the base snap is the execution environment for this snap
version: '0.3.208.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.3.209.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: minimalistic cryptocurrency brainwallet # 79 char long summary
description: |
Non-custodial, minimalistic and pragmatist opensource crossplatform
Expand Down
4 changes: 2 additions & 2 deletions src/GWallet.Backend/Properties/CommonAssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ open System.Reflection
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]

[<assembly: AssemblyVersion("0.3.208.0")>]
[<assembly: AssemblyFileVersion("0.3.208.0")>]
[<assembly: AssemblyVersion("0.3.209.0")>]
[<assembly: AssemblyFileVersion("0.3.209.0")>]

do
()

0 comments on commit a5aee27

Please sign in to comment.