Skip to content

Commit

Permalink
Fix broken build number
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Mar 6, 2019
1 parent 1699ae9 commit cf7a89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fvserver/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>3.0.0.230</string>
<string>3.0.2.250</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion set_build_no.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import plistlib
import subprocess

current_version = "3.0.1"
current_version = "3.0.2"
script_path = os.path.dirname(os.path.realpath(__file__))


Expand Down

0 comments on commit cf7a89b

Please sign in to comment.