summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJonathan Desrosiers <desrosj@git.wordpress.org>2020-04-29 17:57:22 +0000
committerJonathan Desrosiers <desrosj@git.wordpress.org>2020-04-29 17:57:22 +0000
commit93265a308090493152035631892aa22f1b42974b (patch)
treeec35894914db610f229ab32d62229eedd3c81e1d
parent02221125feb732808cec9c089701881004848d03 (diff)
downloadwordpress-93265a308090493152035631892aa22f1b42974b.tar.gz
wordpress-93265a308090493152035631892aa22f1b42974b.zip
WordPress 4.1.30
git-svn-id: https://develop.svn.wordpress.org/branches/4.1@47679 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r--package.json2
-rw-r--r--src/wp-includes/version.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d99c2edee6..5407b888cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "WordPress",
- "version": "4.1.29",
+ "version": "4.1.30",
"description": "WordPress is web software you can use to create a beautiful website or blog.",
"repository": {
"type": "svn",
diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php
index b777806782..d72afda84c 100644
--- a/src/wp-includes/version.php
+++ b/src/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.1.29-src';
+$wp_version = '4.1.30-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.