Эх сурвалжийг харах

Merge pull request #10814 from nextcloud/bump-master-after-3.22

Bumps on master after 3.22 branched out
Álvaro Brey 2 жил өмнө
parent
commit
e8933b402e
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      .drone.yml
  2. 1 1
      app/build.gradle

+ 1 - 1
.drone.yml

@@ -32,7 +32,7 @@ services:
     image: ghcr.io/nextcloud/continuous-integration-server:latest # also change in updateScreenshots.sh
     environment:
       EVAL: true
-      SERVER_VERSION: 'stable24'
+      SERVER_VERSION: 'stable25'
     commands:
       - BRANCH="$SERVER_VERSION" /usr/local/bin/initnc.sh
       - echo 127.0.0.1 server >> /etc/hosts

+ 1 - 1
app/build.gradle

@@ -58,7 +58,7 @@ configurations.configureEach {
 
 // semantic versioning for version code
 def versionMajor = 3
-def versionMinor = 22
+def versionMinor = 23
 def versionPatch = 0
 def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable