Skip to content

Commit

Permalink
fix: typo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 18, 2024
1 parent aba2203 commit b65d2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spry/lib/src/application.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'routing/routes_builder.dart';

class Application implements RoutesBuilder {
/// Spry application version.
static const version = '3.1.2';
static const version = '3.2.0';

/// Returns application binded server.
late final HttpServer server;
Expand Down

1 comment on commit b65d2fa

@vercel
Copy link

@vercel vercel bot commented on b65d2fa Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.