Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Mar 27, 2023
1 parent 9e4e0f1 commit 3fc8c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/debian/oco-agent/DEBIAN/control
@@ -1,5 +1,5 @@
Package: OCO-Agent
Version: 0.16.1
Version: 1.0.0
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion installer/macos/build.sh
Expand Up @@ -5,7 +5,7 @@ set -e
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
TARGET_DIRECTORY="$SCRIPTPATH/target"
PRODUCT="OCO Agent"
VERSION="0.16.1"
VERSION="1.0.0"
TARGET_FILENAME="oco-agent.pkg"
APPLE_DEVELOPER_CERTIFICATE_ID="Georg Sieber (96G8V7UY3M)"

Expand Down
2 changes: 1 addition & 1 deletion installer/windows/oco-agent.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OCO Agent"
#define MyAppVersion "0.16.1"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "Sieber Systems"
#define MyAppURL "https://github.com/schorschii/OCO-Agent"
#define MyAppSupportURL "https://sieber.systems/"
Expand Down
2 changes: 1 addition & 1 deletion oco-agent.py
Expand Up @@ -41,7 +41,7 @@

##### CONSTANTS #####

AGENT_VERSION = '0.16.1'
AGENT_VERSION = '1.0.0'
EXECUTABLE_PATH = os.path.abspath(os.path.dirname(sys.argv[0]))
DEFAULT_CONFIG_PATH = EXECUTABLE_PATH+'/oco-agent.ini'
LOCKFILE_PATH = tempfile.gettempdir()+'/oco-agent.lock'
Expand Down

0 comments on commit 3fc8c06

Please sign in to comment.