Skip to content

Commit

Permalink
Set the branch state to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vividtone committed May 31, 2022
1 parent 189a110 commit c3f75f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/redmine/version.rb
Expand Up @@ -13,7 +13,7 @@ module VERSION
# * official release: nil
# * stable branch: stable
# * trunk: devel
BRANCH = 'devel'
BRANCH = 'stable'

def self.revision
21619 # RedMica 2.1 is based on r21619
Expand Down Expand Up @@ -52,4 +52,4 @@ def self.revision
def self.to_a; ARRAY end
def self.to_s; STRING end
end
end
end

0 comments on commit c3f75f8

Please sign in to comment.