Version.php 74 B

123456789
  1. <?php
  2. namespace UCore;
  3. class Version
  4. {
  5. const VERSION = '241122';
  6. }