twentyGOLEM/wp-includes/version.php

7 lines
140 B
PHP

<?php
// This just holds the version number, in a seperate file so we can bump it without cluttering the CVS
$wp_version = '1.1-beta';
?>