Skip to content

Commit 39bd211

Browse files
committed
Merge branch 'release-1.9.1' into develop
2 parents 9157160 + 01949ea commit 39bd211

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.meepctl-repocfg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version: 1.9.0
15+
version: 1.9.1
1616
repo:
1717
name: AdvantEDGE
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
------
44

5-
**_What's New in v1.9.0!_**
5+
**_What's New in v1.9!_**
66

77
:zap: **New edge native service: [ETSI MEC030 - V2X Information Service API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service) for vehicular QoS predictions! :car:**
88

go-apps/meepctl/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type versionInfo struct {
4141
BuildID string `json:"build,omitempty"`
4242
}
4343

44-
const meepctlVersion = "1.9.0"
44+
const meepctlVersion = "1.9.1"
4545
const na = "NA"
4646

4747
const versionDesc = `Display version information

go-apps/meepctl/utils/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
yaml "gopkg.in/yaml.v2"
3232
)
3333

34-
const configVersion = "1.9.0"
34+
const configVersion = "1.9.1"
3535

3636
const defaultNotSet = "not set"
3737

go-packages/meep-model/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var PROTOCOL_ENUM = []string{"UDP", "TCP"}
8989
var CONNECTIVITY_MODEL_ENUM = []string{"OPEN", "PDU"}
9090

9191
// Current validator version
92-
var ValidatorVersion = semver.Version{Major: 1, Minor: 9, Patch: 0}
92+
var ValidatorVersion = semver.Version{Major: 1, Minor: 9, Patch: 1}
9393

9494
// Versions requiring scenario update
9595
var Version130 = semver.Version{Major: 1, Minor: 3, Patch: 0}

0 commit comments

Comments
 (0)