Skip to content

Commit

Permalink
0.8.1-dev => 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 18, 2017
1 parent 5a67842 commit 9f41b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/cli.dart
Expand Up @@ -13,7 +13,7 @@ import 'cli_util.dart';
import 'singleton.dart' as singleton;

// This version must be updated in tandem with the pubspec version.
const String appVersion = '0.8.1-dev';
const String appVersion = '0.8.1';

List<String> grinderArgs() => _args;
List<String> _args;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: grinder
# This version must be updated in tandem with the lib/src/cli.dart version.
version: 0.8.1-dev
version: 0.8.1
description: Dart workflows, automated.

homepage: https://github.com/google/grinder.dart
Expand Down

0 comments on commit 9f41b81

Please sign in to comment.