Skip to content

Commit

Permalink
keep original alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdb committed Apr 13, 2018
1 parent b0a5661 commit 899020b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ new_version = version.increment!(:major) # 1.1.0
new_version = version.increment!(:minor) # 0.2.0
new_version = version.increment!(:patch) # 0.1.1

new_version = version.major! # 1.1.0
new_version = version.minor! # 0.2.0
new_version = version.patch! # 0.1.1
new_version = version.major! # 1.1.0
new_version = version.minor! # 0.2.0
new_version = version.patch! # 0.1.1
# (note: increment! & friends return a copy and leave the original unchanged)
```

Expand Down

0 comments on commit 899020b

Please sign in to comment.