Skip to content

Commit

Permalink
Merge pull request #59 from plesk/tech-increase-version
Browse files Browse the repository at this point in the history
Increase the version to 1.2.44
  • Loading branch information
ktak-007 authored May 16, 2023
2 parents 108cef9 + a6a93b6 commit 956b08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent360/agent360.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from urllib import urlencode
from urllib2 import urlopen, Request, HTTPError

__version__ = '1.2.43'
__version__ = '1.2.44'
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))

ini_files = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='agent360',
version='1.2.43',
version='1.2.44',
description='360 agent',
long_description_content_type='text/markdown',
long_description=readme,
Expand Down
2 changes: 1 addition & 1 deletion windows/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Agent360"
#define MyAppVersion "1.2.43"
#define MyAppVersion "1.2.44"
#define MyAppPublisher "360 Monitoring"
#define MyAppURL "https://360monitoring.io/"

Expand Down

0 comments on commit 956b08e

Please sign in to comment.