Skip to content

Commit f21d3c4

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent ac95cbc commit f21d3c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5
2+
current_version = 1.5.0
33
commit = False
44
tag = False
55

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Version
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
jobs:
88
release:
99
name: Release Version

cfn/main.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
33
Description: Creates AWS infrastructure to deploy DMS solution. (uksb-1ppahhhui)
44

55
Metadata:
6-
Version: 1.5
6+
Version: 1.5.0
77

88
AWS::CloudFormation::Interface:
99
ParameterGroups:

0 commit comments

Comments
 (0)