Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4605427

Browse files
committed
Bumping version strings to new version.
1 parent ea8aa66 commit 4605427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static function container( $reset = false ) {
101101
NewPackage::class,
102102
function ( $container ) {
103103
// leave for automated version bumping.
104-
$version = '2.9.0-dev';
104+
$version = '2.9.0';
105105
return new NewPackage(
106106
$version,
107107
dirname( __DIR__ )

0 commit comments

Comments
 (0)