Skip to content

Commit 976467e

Browse files
committed
Version bump
1 parent bb326c3 commit 976467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompactGUI/Models/UpdateHandler.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Imports System.Text.Json
33
Public Class UpdateHandler
44

5-
Public Shared Property CurrentVersion As New SemVersion(3, 6, 0)
5+
Public Shared Property CurrentVersion As New SemVersion(3, 7, 0)
66
Public Shared Property NewVersion As SemVersion
77
Public Shared ReadOnly UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
88
Public Shared ReadOnly httpClient As New HttpClient()

0 commit comments

Comments
 (0)