Skip to content

Commit

Permalink
2.0.8 -> 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Sep 21, 2021
1 parent 0de2d6f commit 2b12d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma once
#include <stdint.h>

#define JS_VERSION "2.0.8"
#define JS_VERSION "2.0.9"

struct js; // JS engine (opaque)
typedef uint64_t jsval_t; // JS value placeholder
Expand Down

0 comments on commit 2b12d9d

Please sign in to comment.