I don't what your game is like but,
Try creating a variable that starts a 1 and perhaps write a function that creates the number of enemies equal to the variable. Then each time a wave is created add 1 to the variable and call the function to create the number of enemies. That's the basic idea...