Skip to content

Commit

Permalink
Proper versioning
Browse files Browse the repository at this point in the history
jacentino committed Oct 30, 2022
1 parent f07815e commit 6a2c4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SqlFun/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]
[<assembly: AssemblyVersion("2.1.1.*")>]
[<assembly: AssemblyFileVersion("2.1.1.*")>]
[<assembly: AssemblyVersion("2.2.0.*")>]
[<assembly: AssemblyFileVersion("2.2.0.*")>]

do
()

0 comments on commit 6a2c4f7

Please sign in to comment.