Skip to content

Commit b494c89

Browse files
authored
Set version to 2.13.0-dev (#3689)
2 parents 012874a + fc39cdf commit b494c89

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,23 @@ changelog:
1414
- title: Breaking Changes 🗲
1515
labels:
1616
- "Breaking Change"
17+
- "Breaks API"
1718
- title: Exciting New Features 🎉
1819
labels:
1920
- "Exciting New Feature"
21+
- title: Features
22+
labels:
23+
- "Feature"
2024
- title: Enhancement
2125
labels:
2226
- "Enhancement"
2327
- title: Bug Fixes
2428
labels:
25-
- "🐞 Bug"
29+
- ":lady_beetle: Bug"
30+
- "✋ Soundness"
31+
- title: Dependencies
32+
labels:
33+
- dependencies
2634
- title: Other Changes
2735
labels:
2836
- "*"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static def getDate() {
4646
def build = System.env.BUILD_NUMBER == null ? "-dev" : "-${System.env.BUILD_NUMBER}"
4747

4848
group = "org.key-project"
49-
version = "2.12.4$build"
49+
version = "2.13.0$build"
5050

5151
subprojects {
5252
apply plugin: "java"

0 commit comments

Comments
 (0)