Skip to content

Commit 31885ee

Browse files
committedDec 5, 2024
bump version
1 parent e724860 commit 31885ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎openai/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local VERSION = "1.4.2"
1+
local VERSION = "1.4.3"
22
local ltn12 = require("ltn12")
33
local cjson = require("cjson")
44
local unpack = table.unpack or unpack

‎openai/init.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.4.2"
1+
VERSION = "1.4.3"
22

33
ltn12 = require "ltn12"
44
cjson = require "cjson"

0 commit comments

Comments
 (0)
Failed to load comments.