Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit f4717e1

Browse files
committed
🚀 Fix bump version to 1.0.0
1 parent 4266fba commit f4717e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class LibHALConan(ConanFile):
1313
name = "libhal"
14-
version = "0.3.5"
14+
version = "1.0.0"
1515
license = "Apache-2.0"
1616
url = "https://github.com/conan-io/conan-center-index"
1717
homepage = "https://libhal.github.io/libhal"

0 commit comments

Comments
 (0)