Skip to content

Commit 1beb41f

Browse files
committed
release: release 3.0.0-beta1
1 parent ecdf223 commit 1beb41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog of GumTree
22

3-
## v3.0.0 (Ficus)
3+
## v3.0.0-beta1
44
* Fix missing positions in srcML parser
55
* Switched from Travis to Github actions for the CI
66
* Reworked benchmark to use defects4j and test for runtime and size regressions

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ allprojects {
66
apply plugin: 'idea'
77

88
group = 'com.github.gumtreediff'
9-
version = '3.0.0-SNAPSHOT'
9+
version = '3.0.0-beta1'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)