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

Commit

Permalink
Updated build number
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed Oct 28, 2020
1 parent 978a11b commit 8492da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
RELEASE = '2' # released number should be fixed at 2 for Pilot 2
VERSION = '8' # version number is '1' for first real Pilot 2 release, '0' until then, increased for bigger updates
REVISION = '4' # revision number should be reset to '0' for every new version release, increased for small updates
BUILD = '34' # build number should be reset to '1' for every new development cycle
BUILD = '35' # build number should be reset to '1' for every new development cycle

SUCCESS = 0
FAILURE = 1
Expand Down

0 comments on commit 8492da1

Please sign in to comment.