Skip to content

Commit c41a2c6

Browse files
committed
(Post)Bump version: 0.6.430.0 -> 0.6.431.0
1 parent 3e98956 commit c41a2c6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gwallet
22
base: core22 # the base snap is the execution environment for this snap
3-
version: '0.6.430.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.6.431.0' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: minimalistic cryptocurrency brainwallet # 79 char long summary
55
description: |
66
Non-custodial, minimalistic and pragmatist opensource crossplatform

src/GWallet.Backend/GWallet.Backend.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<Version>0.6.430.0</Version>
10-
<AssemblyVersion>0.6.430.0</AssemblyVersion>
11-
<FileVersion>0.6.430.0</FileVersion>
9+
<Version>0.6.431.0</Version>
10+
<AssemblyVersion>0.6.431.0</AssemblyVersion>
11+
<FileVersion>0.6.431.0</FileVersion>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

src/GWallet.Backend/Properties/CommonAssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ open System.Reflection
1818
// by using the '*' as shown below:
1919
// [<assembly: AssemblyVersion("1.0.*")>]
2020

21-
[<assembly: AssemblyVersion("0.6.430.0")>]
22-
[<assembly: AssemblyFileVersion("0.6.430.0")>]
21+
[<assembly: AssemblyVersion("0.6.431.0")>]
22+
[<assembly: AssemblyFileVersion("0.6.431.0")>]
2323

2424
// this one below maps to Product Version in theory
25-
[<assembly: AssemblyInformationalVersion("0.6.430.0")>]
25+
[<assembly: AssemblyInformationalVersion("0.6.431.0")>]
2626

2727
do
2828
()

0 commit comments

Comments
 (0)