Skip to content

Commit

Permalink
update to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Feb 21, 2024
1 parent 6cfa032 commit dcdac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/Interface/Version.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Version
let VERSION = [ "4" ; "1"; "2" ]
let VERSION = [ "4" ; "1"; "3" ]

// The first 12 white-space separated words in this file must be in the above format - note that spaces are required.
// This works as valid F# data for displaying the code version and can also be read programmatically from the master branch github file
Expand Down

0 comments on commit dcdac8e

Please sign in to comment.