Skip to content

Commit

Permalink
🔖 Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Feb 26, 2021
1 parent 65667ed commit 99e13d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.shiftleft.codepropertygraph.generated.NodeKeyNames

object ExtractorConst {
const val LANGUAGE_FRONTEND = "Plume"
const val LANGUAGE_FRONTEND_VERSION = "0.2.3.2"
const val LANGUAGE_FRONTEND_VERSION = "0.2.4"
val PRIMITIVES = listOf("boolean", "byte", "char", "double", "float", "int", "long", "null", "short", "void")
// block bodies
const val ENTRYPOINT = "BODY"
Expand Down

0 comments on commit 99e13d0

Please sign in to comment.