Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallexzander <allexzander@users.noreply.github.com>2021-02-18 13:33:45 +0300
committerGitHub <noreply@github.com>2021-02-18 13:33:45 +0300
commit3842d306f950f631482d29466b52667eb2073f1f (patch)
tree55af2787707ba138aeae502613a6124075c32679
parent2ec42202005ffb2c6f93e8758a72da4c8a381423 (diff)
parentbd675e0b35023bb15509082c27268733915326c7 (diff)
Merge pull request #2939 from nextcloud/bump_to_3.1.3v3.1.3
Bump release to 3.1.3
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index c729665e5..c0a9b692b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 1 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )