Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 1fe7e93

Browse files
author
Colby Swandale
committed
Version 1.17.0 with changelog
1 parent 8fd4d24 commit 1fe7e93

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.17.0 (2018-10-25)
2+
3+
No new changes.
4+
15
## 1.17.0.pre.2 (2018-10-13)
26

37
Features:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.17.0.pre.2" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.17.0" unless defined?(::Bundler::VERSION)
1111

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)