Skip to content

Commit 614f25a

Browse files
committed
Minor version bump
1 parent c06d69c commit 614f25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and v3.
1313
- reCAPTCHA: https://www.google.com/recaptcha
1414
- This repo: https://github.com/google/recaptcha
1515
- Hosted demo: https://recaptcha-demo.appspot.com/
16-
- Version: 1.2.3
16+
- Version: 1.2.4
1717
- License: BSD, see [LICENSE](LICENSE)
1818

1919
## Installation

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ReCaptcha
4343
* Version of this client library.
4444
* @const string
4545
*/
46-
const VERSION = 'php_1.2.3';
46+
const VERSION = 'php_1.2.4';
4747

4848
/**
4949
* URL for reCAPTCHA siteverify API

0 commit comments

Comments
 (0)