Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyMCoder authored Dec 26, 2024
1 parent 364b9d6 commit 6ed8adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class CPluginInfoPIM {
protected const PLUGIN_VERSION = '1.0.3';
protected const PLUGIN_STAND = '14.10.2024';
protected const PLUGIN_STAND = '26.12.2024';

/**
* Current version of plugin InventoryManager
Expand All @@ -28,4 +28,4 @@ public static function getPluginVersion() {
public static function getPluginStand() {
return self::PLUGIN_STAND;
}
}
}

0 comments on commit 6ed8adb

Please sign in to comment.