We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdf223 commit 1beb41fCopy full SHA for 1beb41f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog of GumTree
2
3
-## v3.0.0 (Ficus)
+## v3.0.0-beta1
4
* Fix missing positions in srcML parser
5
* Switched from Travis to Github actions for the CI
6
* Reworked benchmark to use defects4j and test for runtime and size regressions
build.gradle
@@ -6,7 +6,7 @@ allprojects {
apply plugin: 'idea'
7
8
group = 'com.github.gumtreediff'
9
- version = '3.0.0-SNAPSHOT'
+ version = '3.0.0-beta1'
10
11
repositories {
12
mavenCentral()
0 commit comments