Skip to content

Commit eb03809

Browse files
committed
Increment juju to 2.9.30
1 parent 2ad800a commit eb03809

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/win-installer/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#if GetEnv('JUJU_VERSION') != ""
55
#define MyAppVersion=GetEnv('JUJU_VERSION')
66
#else
7-
#define MyAppVersion="2.9.29"
7+
#define MyAppVersion="2.9.30"
88
#endif
99

1010
#define MyAppName "Juju"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: juju
2-
version: 2.9.29
2+
version: 2.9.30
33
summary: Juju - a model-driven operator lifecycle manager for K8s and machines
44
license: AGPL-3.0
55
description: |

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// The presence and format of this constant is very important.
2222
// The debian/rules build recipe uses this value for the version
2323
// number of the release package.
24-
const version = "2.9.29"
24+
const version = "2.9.30"
2525

2626
// UserAgentVersion defines a user agent version used for communication for
2727
// outside resources.

0 commit comments

Comments
 (0)