Skip to content

Commit 8ab872f

Browse files
committed
Version bump to 3.5.1
1 parent 621ca67 commit 8ab872f

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, 5, 0)
5+
Public Shared Property CurrentVersion As New SemVersion(3, 5, 1)
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)