We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8f471 commit 352c899Copy full SHA for 352c899
README.mkd
@@ -1,4 +1,4 @@
1
-# Redmine Git Hosting Plugin (v0.6)
+# Redmine Git Hosting Plugin (v0.6.1)
2
3
A ChiliProject / Redmine plugin which makes configuring your own git hosting easy. This plugin allows straightforward management
4
of gitolite and associated public keys, the git daemon, and integrates code from Scott Schacon's "grack" utility
init.rb
@@ -3,7 +3,7 @@
require 'redmine_git_hosting'
5
6
-VERSION_NUMBER = '0.6'
+VERSION_NUMBER = '0.6.1'
7
8
Redmine::Plugin.register :redmine_git_hosting do
9
name 'Redmine Git Hosting Plugin'
0 commit comments