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 5c88e0a commit 5a8428aCopy full SHA for 5a8428a
CompactGUI/Models/UpdateHandler.vb
@@ -2,7 +2,7 @@
2
Imports System.Text.Json
3
Public Class UpdateHandler
4
5
- Public Shared CurrentVersion As New SemVersion(3, 4, 0, "alpha", 1)
+ Public Shared CurrentVersion As New SemVersion(3, 4, 0, "alpha", 2)
6
Public Shared NewVersion As SemVersion
7
Shared UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
8
0 commit comments