Skip to content

Commit d0cccd4

Browse files
committed
bump version to 0.11.0
fixes #376 Signed-off-by: Ashish Kulkarni <ashish@kulkarni.dev>
1 parent ac357c6 commit d0cccd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.11.0
6+
57
### New features
68

79
* [#304](https://github.com/prontolabs/pronto/pull/304) add option to limit comments per PR review

lib/pronto/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Pronto
22
module Version
3-
STRING = '0.10.0'.freeze
3+
STRING = '0.11.0'.freeze
44

55
MSG = '%s (running on %s %s %s)'.freeze
66

0 commit comments

Comments
 (0)