Skip to content

Commit

Permalink
added version string
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Dec 3, 2023
1 parent e6208ae commit 7cb1923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const std = @import("std");

pub const VERSION: []const u8 = "0.1.0";

/// Used by multiple data types
pub const common = struct {
/// Representation of a relying party
Expand Down

0 comments on commit 7cb1923

Please sign in to comment.