diff --git a/src/Femto.fsproj b/src/Femto.fsproj
index b582d08..2f9e8a2 100644
--- a/src/Femto.fsproj
+++ b/src/Femto.fsproj
@@ -6,8 +6,8 @@
true
Major
net5.0
- 0.10.0
- 0.10.0
+ 0.11.0
+ 0.11.0
Ignore folders in node_modules starting with dot and recursively search scoped packages
diff --git a/src/Version.fs b/src/Version.fs
index 559573f..81a93d0 100644
--- a/src/Version.fs
+++ b/src/Version.fs
@@ -1,4 +1,4 @@
namespace Femto
module Version =
- let [] VERSION = "0.10.0"
+ let [] VERSION = "0.11.0"