Version
This commit is contained in:
parent
1675cbd701
commit
40b155fb32
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import 'dart:convert';
|
|||
import 'package:http/src/base_client.dart' as http;
|
||||
import 'package:pub_semver/pub_semver.dart';
|
||||
|
||||
final Version PACKAGE_VERSION = new Version(1, 0, 10);
|
||||
final Version PACKAGE_VERSION = new Version(1, 0, 11);
|
||||
Future<Version> fetchCurrentVersion(http.BaseClient client) async {
|
||||
var response =
|
||||
await client.get('https://pub.dartlang.org/api/packages/angel_cli');
|
||||
|
|
Loading…
Reference in a new issue