We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d801a6 commit 5d06f65Copy full SHA for 5d06f65
PolyCut/Models/SettingsHandler.vb
@@ -13,7 +13,7 @@ Imports SharpVectors.Renderers
13
14
Public Class SettingsHandler : Inherits ObservableObject
15
16
- Public Shared Property Version As String = "0.5.1"
+ Public Shared Property Version As String = "0.6"
17
18
Public Shared Property DataFolder As IO.DirectoryInfo = New IO.DirectoryInfo(IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "IridiumIO", "PolyCut"))
19
0 commit comments