shalvah 2 lat temu
rodzic
commit
0560f07cd6
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 1 - 1
CHANGELOG.md

@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
-# 4.0.0
+# 4.0.0 (10 September 2022)
 ### Removed
 - [Breaking Change] Sorting groups or endpoints via editing/renaming the Camel files is no longer supported. Use the `groups.order` config item instead. 
 

+ 1 - 1
src/Scribe.php

@@ -8,7 +8,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 class Scribe
 {
-    public const VERSION = '4.x-dev';
+    public const VERSION = '4.0.0';
 
     /**
      * Specify a callback that will be executed just before a response call is made