Skip to content

Commit

Permalink
bump package version to 1.0.10 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 authored Apr 24, 2024
1 parent 8f2737d commit 349ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

logger = logging.getLogger(__name__)
AGENT_SERVICE_NAME = "jenkins-agent"
APT_PACKAGE_VERSION = "1.0.9"
APT_PACKAGE_VERSION = "1.0.10"
APT_PACKAGE_NAME = f"jenkins-agent-{APT_PACKAGE_VERSION}"
SYSTEMD_SERVICE_CONF_DIR = "/etc/systemd/system/jenkins-agent.service.d/"
PPA_URI = "https://ppa.launchpadcontent.net/canonical-is-devops/jenkins-agent-charm/ubuntu/"
Expand Down

0 comments on commit 349ba33

Please sign in to comment.