diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-10 19:33:05 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-10 19:33:05 -0400 |
commit | 7fb9b44388b2a11e5ceaa281c2579bf8ffc045bf (patch) | |
tree | 7592c1514bbee6f222b14d51ba6bf72c802ab5d7 /src/version.h | |
parent | 902bad34643b10880704dbc41f3b1253bac2f542 (diff) | |
download | lingo-ap-tracker-7fb9b44388b2a11e5ceaa281c2579bf8ffc045bf.tar.gz lingo-ap-tracker-7fb9b44388b2a11e5ceaa281c2579bf8ffc045bf.tar.bz2 lingo-ap-tracker-7fb9b44388b2a11e5ceaa281c2579bf8ffc045bf.zip |
Bump version v0.10.3
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 060d557..7c3d3ad 100644 --- a/src/version.h +++ b/src/version.h | |||
@@ -36,6 +36,6 @@ struct Version { | |||
36 | } | 36 | } |
37 | }; | 37 | }; |
38 | 38 | ||
39 | constexpr const Version kTrackerVersion = Version(0, 10, 2); | 39 | constexpr const Version kTrackerVersion = Version(0, 10, 3); |
40 | 40 | ||
41 | #endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file | 41 | #endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file |