Skip to content

Commit 128e9b9

Browse files
dominiciampogo
authored andcommitted
sdk/ruby: increment version to 2-rc.1
Closes #3267 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Wed Apr 11 12:15:39 2018 -0700 upstream:e52f7ec283303d30fb5b738fb05c4745bfd78bef
1 parent 028de95 commit 128e9b9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sequence Ruby SDK changelog
22

3-
## 2.0 (2018????)
3+
## 2-rc.1 (20180411)
44

55
* Removed assets, balances, contracts, and all other deprecated code.
66
* Added `Stats#ledger_type`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for the language's schedule for security and bug fixes.
1414
Add the following to your `Gemfile`:
1515

1616
```ruby
17-
gem 'sequence-sdk', '~> 1.5'
17+
gem 'sequence-sdk', '~> 2-rc.1'
1818
```
1919

2020
### In your code

lib/sequence/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sequence
4-
VERSION = '1.5'
4+
VERSION = '2-rc.1'
55
end

0 commit comments

Comments
 (0)