Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 6c75732

Browse files
change version number
1 parent c1ad078 commit 6c75732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import math
1010
import requests
1111

12-
versionNumber = '3.0.1'
12+
versionNumber = '3.1.0'
1313
request = requests.get('https://api.github.com/repos/UserBlackBox/octoprint-cli/releases/latest')
1414
if request.status_code == 200:
1515
v = lambda t: tuple(map(int,t.split('.')))

0 commit comments

Comments
 (0)