We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14e5b3 commit 09e9b48Copy full SHA for 09e9b48
python/rpdk/go/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "0.1.4"
+__version__ = "0.1.5"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
python/rpdk/go/codegen.py
@@ -24,7 +24,7 @@
24
25
LANGUAGE = "go"
26
27
-DEFAULT_SETTINGS = {"protocolVersion": "1.0", "pluginVersion": __version__}
+DEFAULT_SETTINGS = {"protocolVersion": "1.0.0", "pluginVersion": __version__}
28
29
30
class GoExecutableNotFoundError(SysExitRecommendedError):
0 commit comments