Skip to content

Commit

Permalink
Bump AtoM version
Browse files Browse the repository at this point in the history
Update AtoM version to 2.8.1
  • Loading branch information
anvit committed Jan 15, 2024
1 parent f045e6e commit ccf75bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/qubit/config/qubitConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class qubitConfiguration extends sfApplicationConfiguration
{
// Required format: x.y.z
public const VERSION = '2.8.0';
public const VERSION = '2.8.1';

public function listenToChangeCultureEvent(sfEvent $event)
{
Expand Down

0 comments on commit ccf75bd

Please sign in to comment.