File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#if GetEnv(' JUJU_VERSION' ) != " "
5
5
#define MyAppVersion= GetEnv(' JUJU_VERSION' )
6
6
#else
7
- #define MyAppVersion= " 2.9.29 "
7
+ #define MyAppVersion= " 2.9.30 "
8
8
#endif
9
9
10
10
#define MyAppName " Juju"
Original file line number Diff line number Diff line change 1
1
name : juju
2
- version : 2.9.29
2
+ version : 2.9.30
3
3
summary : Juju - a model-driven operator lifecycle manager for K8s and machines
4
4
license : AGPL-3.0
5
5
description : |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
// The presence and format of this constant is very important.
22
22
// The debian/rules build recipe uses this value for the version
23
23
// number of the release package.
24
- const version = "2.9.29 "
24
+ const version = "2.9.30 "
25
25
26
26
// UserAgentVersion defines a user agent version used for communication for
27
27
// outside resources.
You can’t perform that action at this time.
0 commit comments