Skip to content

Commit

Permalink
Updates git sha.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Engel committed Nov 11, 2021
1 parent a3460ce commit 606a96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/codegen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dart:convert';

/// fixed version for predictable builds
const githubReleaseTag = "v0.2.0-nullsafety.2";
const version = "4ccb8fa";
const version = "a3460ce";
const name = "as2f";

/// fat jar baked on jitpack
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
allprojects {

group = "dev.vishna.as2f"
version = "4ccb8fa"
version = "a3460ce"

repositories {
mavenCentral()
Expand Down

0 comments on commit 606a96e

Please sign in to comment.