Skip to content

Commit

Permalink
(Post)Bump version: 0.2.378.0 -> 0.2.379.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 1, 2023
1 parent a732b25 commit d7cff49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: snap
path: gwallet_0.2.378.0_amd64.snap
path: gwallet_0.2.379.0_amd64.snap

snap_pkg_upload:
needs: snap_pkg_build
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ newmono_build:
artifacts:
paths:
- bin/*.zip
expire_in: 50years
expire_in: 50days
script:
- ./configure.sh
- make strict
Expand Down Expand Up @@ -111,5 +111,5 @@ newmono_test_integration:
# artifacts:
# paths:
# - "*.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: core20 # the base snap is the execution environment for this snap
version: '0.2.378.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.379.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
6 changes: 3 additions & 3 deletions src/GWallet.Backend/Properties/CommonAssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ open System.Reflection
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]

[<assembly: AssemblyVersion("0.2.378.0")>]
[<assembly: AssemblyFileVersion("0.2.378.0")>]
[<assembly: AssemblyVersion("0.2.379.0")>]
[<assembly: AssemblyFileVersion("0.2.379.0")>]

// this one below maps to Product Version in theory
[<assembly: AssemblyInformationalVersion("0.2.378.0")>]
[<assembly: AssemblyInformationalVersion("0.2.379.0")>]

do
()

0 comments on commit d7cff49

Please sign in to comment.