Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jul 20, 2018
1 parent fadbe5c commit e515af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fortrabbit/memcached-cli",
"description": "Memcached insights & tooling",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"license": "MIT",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion mcc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

define('CLI_NAME', 'Memcached Cli');
define('CLI_VERSION', '1.0.0-beta1');
define('CLI_VERSION', '1.0.0-beta2');

$autoloaders = [
__DIR__ . '/vendor/autoload.php',
Expand Down

0 comments on commit e515af1

Please sign in to comment.