Skip to content

Commit 456623e

Browse files
authored
Prepare for next development
1 parent e920e8a commit 456623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ allprojects {
7474
def repoGroupIdVal = 'com.github.kentico';
7575

7676
subprojects {
77-
version = System.getenv('RELEASE_TAG') != null && !System.getenv('RELEASE_TAG').isEmpty() ? System.getenv('RELEASE_TAG') : '4.4.1'
77+
version = System.getenv('RELEASE_TAG') != null && !System.getenv('RELEASE_TAG').isEmpty() ? System.getenv('RELEASE_TAG') : '4.7.0-SNAPSHOT'
7878
ext.repoGroupId = repoGroupIdVal
7979
group = repoGroupIdVal
8080
ext.repositoryHost = 'maven.org'

0 commit comments

Comments
 (0)