Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce8add3

Browse files
committedAug 26, 2020
Bump 2.0.0-RC2
1 parent 9097eea commit ce8add3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎amp.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://amp-wp.org
66
* Author: AMP Project Contributors
77
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
8-
* Version: 2.0.0-RC1
8+
* Version: 2.0.0-RC2
99
* Text Domain: amp
1010
* Domain Path: /languages/
1111
* License: GPLv2 or later
@@ -17,7 +17,7 @@
1717

1818
define( 'AMP__FILE__', __FILE__ );
1919
define( 'AMP__DIR__', dirname( __FILE__ ) );
20-
define( 'AMP__VERSION', '2.0.0-RC1' );
20+
define( 'AMP__VERSION', '2.0.0-RC2' );
2121

2222
/**
2323
* Errors encountered while loading the plugin.

0 commit comments

Comments
 (0)
Please sign in to comment.