Skip to content

Commit 0bb6ac1

Browse files
authored
chore: Update version to v0.48.0 (#575)
* chore: update to v0.48.0 Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com> * fix: codacy issue Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com> --------- Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
1 parent 7cf25f2 commit 0bb6ac1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/Hiero/Version.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
2+
3+
/// Contains SDK version information.
24
public enum VersionInfo {
3-
public static let version = "v0.47.0-dev"
5+
/// The current version of the Hiero SDK.
6+
public static let version = "v0.48.0"
47
}

0 commit comments

Comments
 (0)