Skip to content

Commit 07f4626

Browse files
committed
RELEASE 1.9.1.rc0
1 parent efaa862 commit 07f4626

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.1.rc0

ext/cbson/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define VERSION "1.9.0"
17+
#define VERSION "1.9.1.rc0"

tasks/deploy.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace :deploy do
5151
g.add(['VERSION', 'ext/cbson/version.h'])
5252
g.commit "RELEASE #{bumper_version}"
5353
g.add_tag("#{bumper_version}")
54-
g.push('origin', 'master', true)
54+
g.push('origin', '1.x-stable', true)
5555
end
5656

5757
desc "Package all gems for release"
@@ -70,4 +70,4 @@ namespace :deploy do
7070
Dir.glob('*.gem').each { |file| File.delete(file) if File.exists?(file) }
7171
end
7272

73-
end
73+
end

0 commit comments

Comments
 (0)