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