Make WordPress Core

Changeset 44342


Ignore:
Timestamp:
12/19/2018 11:55:44 PM (8 years ago)
Author:
pento
Message:

Post WordPress 5.0.2 version bump.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/package.json

    r44287 r44342  
    11{
    22        "name": "WordPress",
    3         "version": "5.0.2",
     3        "version": "5.0.3",
    44        "description": "WordPress is web software you can use to create a beautiful website or blog.",
    55        "repository": {
  • branches/5.0/src/wp-includes/version.php

    r44340 r44342  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '5.0.2-src';
     7$wp_version = '5.0.3-alpha-44341-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.