Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Strappazzon committed Mar 12, 2020
1 parent e06e9dd commit 6f90b78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Imports MatthiWare.CommandLine
Imports ZNix.SuperBLT

Public Class Form1
Private Const VersionCode As Short = 1
Private Const VersionCode As Short = 2
Private WithEvents HashInput As New BackgroundWorker()

Private Sub ParseCmdArgs()
Expand Down
4 changes: 2 additions & 2 deletions src/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("1.0.1.0")>
<Assembly: AssemblyFileVersion("1.0.1.0")>
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2

0 comments on commit 6f90b78

Please sign in to comment.