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

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
UserBlackBox committed Dec 31, 2020
1 parent c1ad078 commit 6c75732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import math
import requests

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

0 comments on commit 6c75732

Please sign in to comment.