document the version of LÖVE I've been using

This commit is contained in:
Kartik K. Agaram 2023-02-07 13:37:01 -08:00
parent 33ad6b7e5b
commit f4e14ad484

3
conf.lua Normal file
View File

@ -0,0 +1,3 @@
function love.conf(t)
t.version = '11.4'
end